-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add native types #812
Add native types #812
Conversation
97f2648
to
7518031
Compare
Thanks @franmomu! |
* | ||
* @return string | ||
*/ | ||
/** @internal Symfony 2.8 compatibility */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like something that can be removed.
* | ||
* @return string | ||
*/ | ||
/** @internal Symfony 2.8 compatibility */ | ||
#[ReturnTypeWillChange] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the return type have been modified, this attribute is no longer necessary.
* @param string $class | ||
* | ||
* @return FixtureInterface | ||
* @phpcsSuppress SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingAnyTypeHint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope this will be fixed with doctrine/data-fixtures#455
This PR adds native types using PHPCS